home *** CD-ROM | disk | FTP | other *** search
/ Leonardo daVinci / LEODAVINCI.ISO / DATA / M5_HOME.Dxr / 00055_Home Exit.ls < prev    next >
Encoding:
Text File  |  1996-11-14  |  134 b   |  12 lines

  1. on mouseDown
  2.   registerMouseDown()
  3.   clickSound(1)
  4. end
  5.  
  6. on mouseUp
  7.   if not validateMouseDown() then
  8.     exit
  9.   end if
  10.   goQuit()
  11. end
  12.